SipClientModifyEventState Method (ContactInfo, String, String, Int32, String, String) |
Updates existing event state.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic RequestResponse ModifyEventState(
ContactInfo from,
string eventName,
string entityTag,
int expires,
string body,
string contentType
)
Public Function ModifyEventState (
from As ContactInfo,
eventName As String,
entityTag As String,
expires As Integer,
body As String,
contentType As String
) As RequestResponse
Parameters
- from
- Type: Independentsoft.SipContactInfo
A ContactInfo contains address of the sender of the request. - eventName
- Type: SystemString
A string contains name of the event. - entityTag
- Type: SystemString
An entity tag of an existing event to modify. - expires
- Type: SystemInt32
A number of seconds indicates duration of the subscription. - body
- Type: SystemString
A string contains event state information. - contentType
- Type: SystemString
Content type of the body.
Return Value
Type:
RequestResponseA
RequestResponse containing sent
Request and received appropriate
Response.
See Also